Skip to main content

InitialOptions Properties

An object defining properties for the InitialOptions class.

AgentMode

Gets or sets a value indicating whether the workflow is in agent mode.

Type: bool


ProjectName

Gets or sets the name of the project associated with the workflow.

Type: string


DocumentParameters

Gets or sets the document parameters for the workflow.

Type: Dictionary<string, object>


EventId

Gets or sets the event identifier for the workflow, if applicable.

Type: int?


API

Gets or sets the API instance for managing the workflow.

Type: WorkflowManagerAPI


RequestId

Gets or sets the request identifier for the workflow, if applicable.

Type: long?


DocumentOptions

Gets or sets the list of document options for the workflow.

Type: List<StartParametersDocumentOption>


ProcessId

Gets or sets the process identifier for the workflow.

Type: long


FlowName

Gets or sets the name of the flow within the project.

Type: string